home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 9962 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.1 KB

  1. Path: gryphon.phoenix.net!usenet
  2. From: Kit Cragin <cragin@platinum.com>
  3. Newsgroups: comp.sources.wanted,comp.lang.c,comp.lang.c++,comp.programming,comp.os.ms-windows.pogrammer.misc
  4. Subject: Comparing .wav files for likeness
  5. Date: Thu, 14 Mar 1996 12:36:14 -0600
  6. Organization: PLATINUM technology, inc.
  7. Message-ID: <3148671E.743B@platinum.com>
  8. NNTP-Posting-Host: 204.128.207.143
  9. Mime-Version: 1.0
  10. Content-Type: text/plain; charset=us-ascii
  11. Content-Transfer-Encoding: 7bit
  12. X-Mailer: Mozilla 2.0GoldB1 (WinNT; I)
  13.  
  14. Can anyone share an algorithm or code for comparing the contents of
  15. a .wav file against another to determine if they represent the same
  16. sound sequence? I do not expect the files to match byte for byte;
  17. rather I would like for the code to determine if they are close
  18. (within a certain margin of error).
  19.  
  20. I don't expect anything as complex as voice recognition (but if you
  21. have it that's certainly OK!).  The .wav files I have are either
  22. very similar (same recording time, same voice, but different recording
  23. conditions (ie. noise)) or very different (completely different
  24. recordings).
  25.  
  26. Please post in newsgroup and email reply if possible.  Thanks.
  27.